home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
mac
/
netCD41
/
PC16.DIR
/
00121_Script_121
< prev
next >
Wrap
Text File
|
1997-12-08
|
445b
|
20 lines
--end of a section script
on enterFrame
repeat with n = 30 to 48
if rollover(n) then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the member of sprite n to the number of the member of sprite n +1
end if
else
puppetSprite n, FALSE
end if
end repeat
end
on exitFrame
global gt
if gt=1 and soundBusy(1) then go to the frame
if gt=0 then go to the frame
end